home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MISC / SHELL.ARC / Shell / h / BarIcon < prev    next >
Encoding:
Text File  |  1994-11-09  |  626 b   |  20 lines

  1. #ifndef __Shell_BarIcon_h
  2. #define __Shell_BarIcon_h
  3.  
  4.  
  5. icon_handle Shell_AddBarIcon( char *spritename);
  6.     /* Adds an icon to the iconbar, using the specified    */
  7.     /* sprite. Also adds a standard Info,Quit menu, with     */
  8.     /* some extra entries: pause, continue and speed. The     */
  9.     /* info entry will have a window attatched, which     */
  10.     /* should be in the templates file, called 'ProgInfo'.    */
  11.     /* If there isn't such a window loaded, info will be    */
  12.     /* faded.                        */
  13.     /* The speed entry allows you to change the minimum    */
  14.     /* interval between Shell_PollSlow()'s.            */
  15.     /* Returns the iconhandle of the bar icon.        */
  16.  
  17.  
  18. #endif
  19.  
  20.